home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFSTANY_M / TFSTANY_M.txt
Text File  |  2002-03-27  |  3KB  |  146 lines

  1. object fStany_m: TfStany_m
  2.   Left = 284
  3.   Top = 160
  4.   BorderStyle = bsSingle
  5.   Caption = 'Stany minimalne'
  6.   ClientHeight = 412
  7.   ClientWidth = 678
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lObliczam: TLabel
  20.     Left = 128
  21.     Top = 392
  22.     Width = 43
  23.     Height = 13
  24.     Caption = 'Obliczam'
  25.   end
  26.   object bWyjdz: TButton
  27.     Left = 592
  28.     Top = 384
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&Wyjd'#378
  32.     TabOrder = 0
  33.     OnClick = bWyjdzClick
  34.   end
  35.   object DBGrid1: TDBGrid
  36.     Left = 0
  37.     Top = 0
  38.     Width = 678
  39.     Height = 369
  40.     Align = alTop
  41.     DataSource = DataSource1
  42.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  43.     TabOrder = 1
  44.     TitleFont.Charset = DEFAULT_CHARSET
  45.     TitleFont.Color = clWindowText
  46.     TitleFont.Height = -11
  47.     TitleFont.Name = 'MS Sans Serif'
  48.     TitleFont.Style = []
  49.   end
  50.   object bDrukuj: TButton
  51.     Left = 32
  52.     Top = 384
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&Drukuj'
  56.     TabOrder = 2
  57.     OnClick = bDrukujClick
  58.   end
  59.   object sb: TStatusBar
  60.     Left = 200
  61.     Top = 385
  62.     Width = 65
  63.     Height = 19
  64.     Align = alNone
  65.     Panels = <>
  66.     SimplePanel = False
  67.   end
  68.   object DataSource1: TDataSource
  69.     DataSet = mt
  70.     Left = 96
  71.     Top = 120
  72.   end
  73.   object mt: TkbmMemTable
  74.     Active = True
  75.     DesignActivation = True
  76.     AttachedAutoRefresh = True
  77.     AttachMaxCount = 1
  78.     FieldDefs = <
  79.       item
  80.         Name = 'nazwa'
  81.         DataType = ftString
  82.         Size = 70
  83.       end
  84.       item
  85.         Name = 'symbol'
  86.         DataType = ftString
  87.         Size = 14
  88.       end
  89.       item
  90.         Name = 'ilosc'
  91.         DataType = ftFloat
  92.       end
  93.       item
  94.         Name = 'ilosc_minimalna'
  95.         DataType = ftFloat
  96.       end>
  97.     IndexDefs = <>
  98.     SortOptions = []
  99.     AllDataOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveBlobs, mtfSaveFiltered, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail, mtfSaveDeltas]
  100.     CommaTextOptions = [mtfSaveData]
  101.     CSVQuote = '"'
  102.     CSVFieldDelimiter = ','
  103.     CSVRecordDelimiter = ','
  104.     CSVTrueString = 'True'
  105.     CSVFalseString = 'False'
  106.     PersistentSaveOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail]
  107.     PersistentBackup = False
  108.     ProgressFlags = [mtpcLoad, mtpcSave, mtpcCopy]
  109.     FilterOptions = []
  110.     Version = '2.53b'
  111.     LanguageID = 0
  112.     SortID = 0
  113.     SubLanguageID = 1
  114.     LocaleID = 1024
  115.     Left = 128
  116.     Top = 120
  117.     object mtnazwa: TStringField
  118.       FieldName = 'nazwa'
  119.       Size = 70
  120.     end
  121.     object mtsymbol: TStringField
  122.       FieldName = 'symbol'
  123.       Size = 14
  124.     end
  125.     object mtilosc: TFloatField
  126.       FieldName = 'ilosc'
  127.     end
  128.     object mtilosc_minimalna: TFloatField
  129.       FieldName = 'ilosc_minimalna'
  130.     end
  131.   end
  132.   object frReport: TfrReport
  133.     InitialZoom = pzDefault
  134.     PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbHelp, pbExit]
  135.     OnGetValue = frReportGetValue
  136.     Left = 504
  137.     Top = 376
  138.     ReportForm = {18000000}
  139.   end
  140.   object frDBDataSet1: TfrDBDataSet
  141.     DataSet = mt
  142.     Left = 536
  143.     Top = 376
  144.   end
  145. end
  146.